home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / blitz-list200994.lha / blitz-list / 000466_blitz-list-request_Thu Jul 7 12:14:37 1994.msg < prev    next >
Internet Message Format  |  1994-09-20  |  2KB

  1. Received: from sisvax (sisvax.sis.port.ac.uk [148.197.159.14]) by kantti.helsinki.fi (8.6.9/8.6.5) with SMTP id MAA11634 for <blitz-list@helsinki.fi>; Thu, 7 Jul 1994 12:14:04 +0300
  2. Date: Thu, 7 Jul 1994 10:11:33 +0100
  3. Message-Id: <94070710113357@sisvax.sis.port.ac.uk>
  4. From: sis3149@sisvax.sis.port.ac.uk (HANG-FIRE)
  5. To: mactech@teleport.com, blitz-list@helsinki.fi
  6. Subject: Re: AGA SPRITES
  7. X-VMS-To: SMTP%"mactech@teleport.com"
  8. X-VMS-Cc: BLITZLIST
  9. MIME-Version: 1.0
  10. Content-Type: text/plain; charset="us-ascii"
  11. Content-Transfer-Encoding: 7bit
  12. X-Status: 
  13. Status: RO
  14.  
  15. Date sent:  
  16.  
  17. >Having trouble displaying 64 bit sprites on an AGA (A1200) machine.
  18. >I am using the some code that looks something like this:
  19. >
  20. >   Loadshape
  21. >   Spritemode 2
  22. >   Getasprite
  23. >   Displaysprite
  24. >   
  25. >The sprite will display but it is not 64 bits wide. I am using a 
  26. >64 x 64 shape that I created in D-paint.
  27. >If anyone has any additional information for using sprites on AGA
  28. >machines I could really use some help.
  29.  
  30. Just in case you don't know: the spritemode command changes the resolution of
  31. sprites.  Sprites ARE ALWAYS 16 low resolution pixels wide.  If you set
  32. Spritemode to 2 you should get super hires sprites that will be 64 super hires
  33. pixels wide BUT only 16 lores pixels wide.
  34.  
  35.  
  36. Steve Mc.
  37.  
  38. +---------------------------------------------------------------------------+
  39. | Stephen McNamara  Reflective Images| Gripes : Someones spotted a T.T. bug!|
  40. |====================================+======================================|
  41. | A1200/340HD/6MB/Blitz2             | ToolTypes Library  Workbench Library |
  42. |                                    | [###############!] [###############] |
  43. |                                    | Finished Project : RI Libs v3.2      |
  44. | Steven Matty     : sis3147         | [###########################:::::::] |
  45. | Stephen McNamara : sis3149         | Finished Project : Map Editor v1.1   |
  46. | @sisvax.sis.port.ac.uk             | [######################::::::::::::] |
  47. \____________________________________|______________________________________/
  48.